@charset "utf-8";
@media only screen and (max-width: 768px) {
	/*pc隐藏部分*/
	.containerdiv {
		display: none;
	}
	/*手机端显示部分*/
	/*头部*/
	body {
		background: #f5f5f5;
	}
	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
	.mobilediv {
		display: block;
		width: 100%;
		margin: 0 auto;
		overflow-x: hidden;
	}
	.m-header {
		position: relative;
		width: 100%;
		height: 49px;
		line-height: 49px;
		background: #FFFFFF;
	}
	.m-heads_img1 {
		width: 80px;
		height: 30px;
	}
	.m-heads_img2 {
		width: 30px;
		height: 30px;
	}
	.stateall ul li a {
		color: white;
		display: inline-block;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}
	.stateall {
		width: 100%;
		height: 100%;
		z-index: 5;
		display: none;
		top: 49px;
		position: absolute;
	}
	.stateall ul {
		width: 100%;
		background: rgba(0, 0, 0, 0.9);
		opacity: 0.9;
	}
	.stateall ul li {
		height: 33px;
		line-height: 33px;
		border-top: 1px #444 solid;
		font-size: 12px;
		color: white;
		text-align: center;
	}
	.m-header-leftdiv {
		text-align: right;
	}
	/*轮播图*/
	.flexslider {
		position: relative;
		height: 150px;
		overflow: hidden;
		background: url(../images/loading.gif) 50% no-repeat;
	}
	.slides {
		position: relative;
		z-index: 1;
	}
	.slides li {
		height: 150px;
	}
	.flex-direction-nav {
		display: none;
	}
	/*搜索部分*/
	.sosuo {
		width: 100%;
		background: #FFFFFF;
		border-bottom: 1px solid#EDEDED;
		position: relative;
		padding: 8px 0;
	}
	.sosuo_input2 {
		width: 80%;
		border: 1px solid#EDEDED;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		float: left;
		padding: 0 5px;
	}
	.sosuo_span {
		width: 20%;
		display: block;
		float: left;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #ff6700;
		color: white;
		border-radius: 3px;
		font-size: 12px;
	}
	/*四个模块*/
	.modalsdiv img {
		max-width: 100%;
		margin-top: 9px;
	}
	.modules {
		width: 100%;
		background: #FFFFFF;
		margin-top: 8px;
	}
	.modules p {
		text-align: center;
		font-size: 12px;
		color: #444444;
		margin-top: 3px;
		margin-bottom: 8px;
	}
	.modules a {
		display: inline-block;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}
	.moduletitle {
		width: 100%;
		text-align: center;
		margin: 19px 0;
	}
	.moduletitle_p1 {
		font-size: 14px;
		color: #333333;
	}
	.moduletitle_p2 {
		font-size: 12px;
		color: #888888;
		padding-top: 3px;
	}
	/*新闻资讯*/
	.news {
		width: 100%;
		background-color: #FFFFFF;
		padding-bottom: 15px;
	}
	.news_ul {
		width: 100%;
		padding: 10px 0;
	}
	.news_ul li {
		width: 92%;
		margin-left: 4%;
		font-size: 12px;
		height: 35px;
		line-height: 35px;
	}
	.news_span1 {
		width: 75%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: inline-block;
	}
	.news_span4 {
		width: 23%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: inline-block;
		color: #999;
		text-align: right;
	}
	.news_span2 {
		width: 5px;
		height: 5px;
		border-radius: 50%;
		display: inline-block;
		background: #F29100;
		margin-right: 5px;
	}
	.news_span3 {
		color: #505050;
		font-size: 14px;
	}
	.news_ul li a {
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.mores {
		width: 100%;
	}
	.mores a {
		margin: 0 auto;
		text-align: center;
		font-size: 12px;
		line-height: 35px;
		height: 35px;
		width: 42%;
		color: #FFFFFF;
		background: #f48000;
		border-radius: 3px;
		display: block;
		border: 1px solid #f48000;
		text-decoration: none;
	}
	.about {
		width: 100%;
		padding: 10px 0;
	}
	/*公司简介*/
	.about {
		width: 100%;
	}
	.about1 {
		width: 92%;
		margin-left: 4%;
	}
	.about1 img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
	.about2 {
		margin: 10px;
		color: #505050;
		font-size: 12px;
		text-indent: 2em;
	}
	/*底部*/
	.mobiledivtop{
	 margin-bottom: 50px;
	 overflow: auto;
	 overflow-x: hidden;
	}
	.mobiledivbottom{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 35px;
		line-height: 35px;
		background: #888888;
		color: #F1F1F1;
		font-size: 12px;
		text-align: center;
		z-index: 2;
	}
	
}